home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / fnos16a5.zip / HELP.ZIP / CLOSE < prev    next >
Text File  |  1994-08-10  |  1KB  |  34 lines

  1.  
  2. close
  3.  
  4.         close [<session_number>]
  5.  
  6.         Close the specified session.  If you are running only one
  7.         session, entering 'close' without arguments will close the
  8.         session.  If you have multiple sessions, entering 'close' without
  9.         arguments will initiate a close on the current session.
  10.  
  11.         If you are running multiple sessions, the 'session' command will
  12.         display a list of these sessions.
  13.  
  14.         Entering 'close' with a session number argument will initiate a
  15.         close on the specified session.
  16.  
  17.         On an AX.25 session, this command initiates a disconnect.
  18.  
  19.         On an FTP or Telnet session, this command sends a FIN (i.e.
  20.         initiates a close) on the session's TCP connection.  This is an
  21.         alternative to asking the remote host to initiate a close (QUIT
  22.         to FTP, or the logout command appropriate for the remote system
  23.         in the case of Telnet).
  24.  
  25.         If you are in an FTP or Telnet Converse session, you will have to
  26.         press <F10> to escape to the "net>" prompt to issue the 'close'
  27.         command.  When either FTP or Telnet sees the incoming half of a
  28.         TCP connection close, it automatically responds by closing the
  29.         outgoing half of the connection.  'Close' is more graceful than
  30.         the 'reset' command, in that it is less likely to leave the
  31.         remote host in a "half-open" state.
  32.  
  33.  
  34.